int CreatePicture24(int xd,int yd)
Parameter | Type | Description |
---|---|---|
xd | int | x size in pixels |
yd | int | y size in pixels |
Returns TRUE if creation is OK, FALSE on any error.
This function allocates the memory required for the a picture with the specified dimensions. The buffer allocated is xc*yd*3 bytes.